{% extends "header.html" %} {% block real_content %}

PRODUCTS


{% for i in hj %}

{{i.pname}}

Coming Soon
Cost:
{% if customer_info %} {% if customer_info[0]['subsidy'] == '1' %}

INR{{i.scost}}

{% else %}

INR{{i.ncost}}

{% endif %} {% else %}

INR {{i.ncost}}

{% endif %}
Quantity:

Description:
{% for k in i.description %}

{{k}}

{% endfor %}
{% if customer_info %} {% else %} {% endif %}
{% endfor %}
{% endblock %}